go/types.unifier.at (method)

8 uses

	go/types (current package)
		infer.go#L237: 			tx := u.at(tpar)
		infer.go#L336: 		if u.at(tpar) == nil {
		unify.go#L172: 		w.typ(u.at(x))
		unify.go#L235: func (u *unifier) at(x *TypeParam) Type {
		unify.go#L267: 		list[i] = u.at(x)
		unify.go#L368: 		return u.nify(u.at(px), u.at(py), mode, p)
		unify.go#L372: 		if x := u.at(px); x != nil {